Category: Objects
Syntax:
@E object.event = command
Sets the specified object's event handler to command. Use this instead of @P when command contains variable or function references that should be evaluated when the event fires, rather than when the event handler is set.
When command contains variable, function, or attribute references,
this is equivalent to @p object.event = Eval
command
, except that command will not be evaluated
before setting the property.
Example: @e $form.OnMouseDown = MessageBox You clicked $Button at $X,$Y
See also: @E+, @E-, @P, EventHandlers
Next in "Objects": @E+
Next by name: @E+
Previous by name: @
Up to all commands by name or
commands and functions by category